home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / MenuHack / MenuHackSource.sit / MHHandler.h < prev    next >
Text File  |  1996-06-21  |  434b  |  14 lines

  1. /*------------------------------------------------------------------------------
  2. #
  3. #    MenuHack.  This does the real cross-app patching work!
  4. #
  5. #    MHWindowHandler.c    -    Handle the clicks, draw, etc.
  6. #
  7. #    Copyright © CE Software, Inc., Inc. 1996
  8. #    All rights reserved.
  9. #
  10. ------------------------------------------------------------------------------*/
  11. void    InitWHandler( void );
  12. void    CloseWHandler ( void );
  13. void    PollWHandler (Point    where);
  14.